projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2953262
)
ARM: uniphier: remove unused board attribute macros
author
Masahiro Yamada
<
[email protected]
>
Thu, 27 Oct 2016 14:47:01 +0000
(23:47 +0900)
committer
Masahiro Yamada
<
[email protected]
>
Sat, 29 Oct 2016 08:01:40 +0000
(17:01 +0900)
After SoC evaluation, they turned out unnecessary.
Signed-off-by: Masahiro Yamada <
[email protected]
>
arch/arm/mach-uniphier/init.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-uniphier/init.h
b/arch/arm/mach-uniphier/init.h
index 4e3bee1cd36c015b54e6edfbbb510232cd630eea..361e02487d79cae3e1671bb99e3733a35d60c28a 100644
(file)
--- a/
arch/arm/mach-uniphier/init.h
+++ b/
arch/arm/mach-uniphier/init.h
@@
-24,9
+24,6
@@
struct uniphier_board_data {
struct uniphier_dram_ch dram_ch[UNIPHIER_MAX_NR_DRAM_CH];
unsigned int flags;
-#define UNIPHIER_BD_DPLL_SSC_GET_RATE(f) (((f) >> 8) & 0x3)
-#define UNIPHIER_BD_DPLL_SSC_RATE(r) (((r) & 0x3) << 8)
-
#define UNIPHIER_BD_DDR3PLUS BIT(2)
#define UNIPHIER_BD_BOARD_GET_TYPE(f) ((f) & 0x3)